home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / Organise / _SETUP.1 / Epoch Organiser 3.0.exe / 0 / RCDATA / TPLANNERFORM / TPLANNERFORM.txt < prev   
Text File  |  1998-01-25  |  3KB  |  148 lines

  1. object PlannerForm: TPlannerForm
  2.   Left = 22
  3.   Top = 98
  4.   BorderStyle = bsDialog
  5.   Caption = 'Monthly Planner'
  6.   ClientHeight = 209
  7.   ClientWidth = 601
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 176
  19.     Top = 152
  20.     Width = 11
  21.     Height = 11
  22.     Picture.Data = {<image000.bmp>}
  23.     Transparent = True
  24.     Visible = False
  25.   end
  26.   object MonthTab: TTabControl
  27.     Left = 3
  28.     Top = 21
  29.     Width = 595
  30.     Height = 171
  31.     HotTrack = True
  32.     TabIndex = 0
  33.     TabOrder = 0
  34.     Tabs.Strings = (
  35.       'January'
  36.       'February'
  37.       'March'
  38.       'April'
  39.       'May'
  40.       'June'
  41.       'July'
  42.       'August'
  43.       'September'
  44.       'October'
  45.       'November'
  46.       'December')
  47.     OnChange = MonthTabChange
  48.     object Panel1: TPanel
  49.       Left = 4
  50.       Top = 24
  51.       Width = 588
  52.       Height = 144
  53.       BorderStyle = bsSingle
  54.       Color = clTeal
  55.       Ctl3D = False
  56.       ParentCtl3D = False
  57.       TabOrder = 0
  58.       object PlannerBox: TPaintBox
  59.         Left = 2
  60.         Top = 2
  61.         Width = 583
  62.         Height = 138
  63.         Color = clBtnText
  64.         ParentColor = False
  65.         OnMouseDown = PlannerBoxMouseDown
  66.         OnPaint = PlannerBoxPaint
  67.       end
  68.       object BitBtn1: TBitBtn
  69.         Left = 529
  70.         Top = 118
  71.         Width = 54
  72.         Height = 23
  73.         TabOrder = 0
  74.         OnClick = BitBtn1Click
  75.         Kind = bkHelp
  76.       end
  77.       object BitBtn2: TBitBtn
  78.         Left = 473
  79.         Top = 118
  80.         Width = 54
  81.         Height = 23
  82.         TabOrder = 1
  83.         Kind = bkClose
  84.       end
  85.     end
  86.   end
  87.   object YearTab: TTabSet
  88.     Left = 3
  89.     Top = 190
  90.     Width = 595
  91.     Height = 21
  92.     DitherBackground = False
  93.     Font.Charset = DEFAULT_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     Tabs.Strings = (
  99.       '1900'
  100.       '1901'
  101.       '1902'
  102.       '1903'
  103.       '1904')
  104.     TabIndex = 0
  105.     OnChange = YearTabChange
  106.   end
  107.   object Status: TStatusBar
  108.     Left = 0
  109.     Top = 0
  110.     Width = 601
  111.     Height = 19
  112.     Align = alTop
  113.     Panels = <
  114.       item
  115.         Alignment = taCenter
  116.         Bevel = pbRaised
  117.         Text = 'November, 1997'
  118.         Width = 120
  119.       end
  120.       item
  121.         Text = 'Diary'
  122.         Width = 65
  123.       end
  124.       item
  125.         Text = 'Journals'
  126.         Width = 75
  127.       end
  128.       item
  129.         Text = 'Schedules'
  130.         Width = 85
  131.       end
  132.       item
  133.         Text = 'Ann`saries'
  134.         Width = 85
  135.       end
  136.       item
  137.         Text = 'To Do'
  138.         Width = 65
  139.       end
  140.       item
  141.         Text = 'Reminders'
  142.         Width = 75
  143.       end>
  144.     SimplePanel = False
  145.     SizeGrip = False
  146.   end
  147. end
  148.